Skip to content

[WARP] Document Intune macOS reinstall loop and workaround#32075

Open
cf-rhett wants to merge 1 commit into
productionfrom
rhett/intune-macos-reinstall-loop
Open

[WARP] Document Intune macOS reinstall loop and workaround#32075
cf-rhett wants to merge 1 commit into
productionfrom
rhett/intune-macos-reinstall-loop

Conversation

@cf-rhett

@cf-rhett cf-rhett commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Documents a Microsoft Intune behavior that causes the Cloudflare One Client to be repeatedly reinstalled on macOS. When you upload the client .pkg, Intune auto-populates the app's Included apps detection list and treats the first entry as the primary app. It lists a nested framework bundle (io.flutter.flutter-macos) first instead of the client's own bundle identifier (com.cloudflare.1dot1dot1dot1.macos), so detection never matches the installed receipt and Intune reinstalls the package on every evaluation, restarting the client and dropping the WARP connection.

Adds a known-limitations entry with the workaround (reorder Included apps so the Cloudflare bundle identifier is primary, and reapply after each version upload) plus a cross-linking caution in the macOS Intune deployment guide. The issue is scoped to the versions that ship the redesigned client interface — from 2026.3.566.1 up to, but not including, 2026.6.865.0, which packages the installer so Intune detects the client automatically.

This also adds the macOS release notes for the fixed version (warp-releases/macos/ga/2026.6.865.0.yaml) and appends the Intune known-issue reference to the affected 2026.6.822.0 release note (warp-releases/macos/ga/2026.6.822.0.yaml).

Screenshots (optional)

An animated GIF in the known-limitations entry shows the reorder in the Intune admin center.

Documentation checklist

@cf-rhett
cf-rhett marked this pull request as ready for review July 14, 2026 18:17
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Review

⚠️ 1 warning, 💡 1 suggestion found in commit 821106f.

Fix in your agent
Fix the following review findings in PR #32075 (https://github.com/cloudflare/cloudflare-docs/pull/32075).

Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
  or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order

After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.

---

## Style Guide Review

### Warnings (1)

#### SG-c0de3070e49a · Directional words
- **File:** `src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/troubleshooting/known-limitations.mdx` line 255
- **Issue:** Line contains "the behavior described below"
- **Fix:** Replace "described below" with a direct reference by name or link.

### Suggestions (1)

#### SG-872790d8e74f · Semicolon joining independent clauses
- **File:** `src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/troubleshooting/known-limitations.mdx` line 259
- **Issue:** Line joins two independent clauses with a semicolon: "correctly the entire time; it is the extra framework entries"
- **Fix:** Break into two sentences.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

Warnings (1)
File Issue
cloudflare-one/team-and-resources/devices/cloudflare-one-client/troubleshooting/known-limitations.mdx line 255 Directional words — Line contains "the behavior described below" Fix: Replace "described below" with a direct reference by name or link.
Suggestions (1)
File Issue
cloudflare-one/team-and-resources/devices/cloudflare-one-client/troubleshooting/known-limitations.mdx line 259 Semicolon joining independent clauses — Line joins two independent clauses with a semicolon: "correctly the entire time; it is the extra framework entries" Fix: Break into two sentences.
Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.

@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/assets/images/cloudflare-one/ @ranbel, @Maddy-Cloudflare, @codyanthony850, @cf-rhett, @csujedihy, @lpraneis, @jiulingz, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/cloudflare-one/team-and-resources/devices/ @ranbel, @cf-rhett, @csujedihy, @lpraneis, @jiulingz, @tojens-ietf, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/warp-releases/ @ranbel, @cf-rhett, @csujedihy, @lpraneis, @jiulingz, @tojens-ietf, @cloudflare/product-owners

@cf-rhett
cf-rhett force-pushed the rhett/intune-macos-reinstall-loop branch from 4ff846a to de713de Compare July 14, 2026 18:24
@github-actions

github-actions Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@cf-rhett
cf-rhett force-pushed the rhett/intune-macos-reinstall-loop branch 5 times, most recently from e5629d0 to 03e3707 Compare July 17, 2026 18:30
@cf-rhett
cf-rhett force-pushed the rhett/intune-macos-reinstall-loop branch from 03e3707 to 821106f Compare July 17, 2026 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants